Interface MonitorLocalResource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MonitorLocalResource.Builder,MonitorLocalResource>,SdkBuilder<MonitorLocalResource.Builder,MonitorLocalResource>,SdkPojo
- Enclosing class:
- MonitorLocalResource
public static interface MonitorLocalResource.Builder extends SdkPojo, CopyableBuilder<MonitorLocalResource.Builder,MonitorLocalResource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MonitorLocalResource.Builderidentifier(String identifier)The identifier of the local resource, such as an ARN.MonitorLocalResource.Buildertype(String type)The type of the local resource.MonitorLocalResource.Buildertype(MonitorLocalResourceType type)The type of the local resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
type
MonitorLocalResource.Builder type(String type)
The type of the local resource. Valid values are
AWS::EC2::VPCAWS::AvailabilityZoneorAWS::EC2::Subnet.- Parameters:
type- The type of the local resource. Valid values areAWS::EC2::VPCAWS::AvailabilityZoneorAWS::EC2::Subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MonitorLocalResourceType,MonitorLocalResourceType
-
type
MonitorLocalResource.Builder type(MonitorLocalResourceType type)
The type of the local resource. Valid values are
AWS::EC2::VPCAWS::AvailabilityZoneorAWS::EC2::Subnet.- Parameters:
type- The type of the local resource. Valid values areAWS::EC2::VPCAWS::AvailabilityZoneorAWS::EC2::Subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MonitorLocalResourceType,MonitorLocalResourceType
-
identifier
MonitorLocalResource.Builder identifier(String identifier)
The identifier of the local resource, such as an ARN.
- Parameters:
identifier- The identifier of the local resource, such as an ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-