Interface MonitorLocalResource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MonitorLocalResource.Builder,,MonitorLocalResource> SdkBuilder<MonitorLocalResource.Builder,,MonitorLocalResource> SdkPojo
- Enclosing class:
MonitorLocalResource
-
Method Summary
Modifier and TypeMethodDescriptionidentifier(String identifier) The identifier of the local resource.The type of the local resource.type(MonitorLocalResourceType type) The type of the local resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The type of the local resource. Valid values are
AWS::EC2::VPCAWS::AvailabilityZone,AWS::EC2::Subnet,AWS::EKS::Cluster, orAWS::Region.- Parameters:
type- The type of the local resource. Valid values areAWS::EC2::VPCAWS::AvailabilityZone,AWS::EC2::Subnet,AWS::EKS::Cluster, orAWS::Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the local resource. Valid values are
AWS::EC2::VPCAWS::AvailabilityZone,AWS::EC2::Subnet,AWS::EKS::Cluster, orAWS::Region.- Parameters:
type- The type of the local resource. Valid values areAWS::EC2::VPCAWS::AvailabilityZone,AWS::EC2::Subnet,AWS::EKS::Cluster, orAWS::Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
identifier
The identifier of the local resource. The values you can specify are the following:
-
For a VPC, subnet or EKS cluster, this identifier is the VPC Amazon Resource Name (ARN), subnet ARN or cluster ARN.
-
For an Availability Zone, this identifier is the AZ name, for example, us-west-2b.
-
For a Region, this identifier is the Region name, for example, us-west-2.
- Parameters:
identifier- The identifier of the local resource. The values you can specify are the following:-
For a VPC, subnet or EKS cluster, this identifier is the VPC Amazon Resource Name (ARN), subnet ARN or cluster ARN.
-
For an Availability Zone, this identifier is the AZ name, for example, us-west-2b.
-
For a Region, this identifier is the Region name, for example, us-west-2.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-