Interface MonitorRemoteResource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MonitorRemoteResource.Builder,,MonitorRemoteResource> SdkBuilder<MonitorRemoteResource.Builder,,MonitorRemoteResource> SdkPojo
- Enclosing class:
MonitorRemoteResource
public static interface MonitorRemoteResource.Builder
extends SdkPojo, CopyableBuilder<MonitorRemoteResource.Builder,MonitorRemoteResource>
-
Method Summary
Modifier and TypeMethodDescriptionidentifier(String identifier) The identifier of the remote resource, such as an ARN.The type of the remote resource.The type of the remote 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 remote resource. Valid values are
AWS::EC2::VPCAWS::AvailabilityZone,AWS::EC2::Subnet, orAWS::AWSService.- Parameters:
type- The type of the remote resource. Valid values areAWS::EC2::VPCAWS::AvailabilityZone,AWS::EC2::Subnet, orAWS::AWSService.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the remote resource. Valid values are
AWS::EC2::VPCAWS::AvailabilityZone,AWS::EC2::Subnet, orAWS::AWSService.- Parameters:
type- The type of the remote resource. Valid values areAWS::EC2::VPCAWS::AvailabilityZone,AWS::EC2::Subnet, orAWS::AWSService.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
identifier
The identifier of the remote resource, such as an ARN.
- Parameters:
identifier- The identifier of the remote resource, such as an ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-