Interface AssociatedResource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssociatedResource.Builder,,AssociatedResource> SdkBuilder<AssociatedResource.Builder,,AssociatedResource> SdkPojo
- Enclosing class:
AssociatedResource
@Mutable
@NotThreadSafe
public static interface AssociatedResource.Builder
extends SdkPojo, CopyableBuilder<AssociatedResource.Builder,AssociatedResource>
-
Method Summary
Modifier and TypeMethodDescriptionresourceArn(String resourceArn) The Amazon Resource Name (ARN) that uniquely identifies the AWS resource.resourceIdentifier(String resourceIdentifier) Deprecated.This field is no longer usedresourceType(String resourceType) The type of AWS resource (e.g., EC2 instance, S3 bucket, Lambda function).resourceType(ResourceType resourceType) The type of AWS resource (e.g., EC2 instance, S3 bucket, Lambda function).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
-
resourceType
The type of AWS resource (e.g., EC2 instance, S3 bucket, Lambda function).
- Parameters:
resourceType- The type of AWS resource (e.g., EC2 instance, S3 bucket, Lambda function).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The type of AWS resource (e.g., EC2 instance, S3 bucket, Lambda function).
- Parameters:
resourceType- The type of AWS resource (e.g., EC2 instance, S3 bucket, Lambda function).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceIdentifier
Deprecated.This field is no longer usedThe unique identifier of the AWS resource within its service.
- Parameters:
resourceIdentifier- The unique identifier of the AWS resource within its service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
The Amazon Resource Name (ARN) that uniquely identifies the AWS resource.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) that uniquely identifies the AWS resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-