Interface AssociationListing.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssociationListing.Builder,AssociationListing>,SdkBuilder<AssociationListing.Builder,AssociationListing>,SdkPojo
- Enclosing class:
- AssociationListing
public static interface AssociationListing.Builder extends SdkPojo, CopyableBuilder<AssociationListing.Builder,AssociationListing>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociationListing.Builderresource(String resource)The 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 Detail
-
resource
AssociationListing.Builder resource(String 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.
-
-