Interface ResourceAssociation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceAssociation.Builder,,ResourceAssociation> SdkBuilder<ResourceAssociation.Builder,,ResourceAssociation> SdkPojo
- Enclosing class:
ResourceAssociation
@Mutable
@NotThreadSafe
public static interface ResourceAssociation.Builder
extends SdkPojo, CopyableBuilder<ResourceAssociation.Builder,ResourceAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the associated resource.resourceType(String resourceType) The type of the associated resource, such asPolicy,Template, orDeployment.resourceType(ServiceResourceType resourceType) The type of the associated resource, such asPolicy,Template, orDeployment.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
-
arn
The ARN of the associated resource.
- Parameters:
arn- The ARN of the associated resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The type of the associated resource, such as
Policy,Template, orDeployment.- Parameters:
resourceType- The type of the associated resource, such asPolicy,Template, orDeployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The type of the associated resource, such as
Policy,Template, orDeployment.- Parameters:
resourceType- The type of the associated resource, such asPolicy,Template, orDeployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-