Interface AssociationListing.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssociationListing.Builder,
,AssociationListing> SdkBuilder<AssociationListing.Builder,
,AssociationListing> SdkPojo
- Enclosing class:
AssociationListing
@Mutable
@NotThreadSafe
public static interface AssociationListing.Builder
extends SdkPojo, CopyableBuilder<AssociationListing.Builder,AssociationListing>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the resource (for example, a custom action).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 Details
-
resource
The Amazon Resource Name (ARN) of the resource (for example, a custom action).
- Parameters:
resource
- The Amazon Resource Name (ARN) of the resource (for example, a custom action).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-