Interface Association.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Association.Builder,Association>,SdkBuilder<Association.Builder,Association>,SdkPojo
- Enclosing class:
- Association
public static interface Association.Builder extends SdkPojo, CopyableBuilder<Association.Builder,Association>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Association.Builderarn(String arn)The Amazon Braket resource arn.Association.Buildertype(String type)The association type for the specified Amazon Braket resource arn.Association.Buildertype(AssociationType type)The association type for the specified Amazon Braket resource arn.-
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, sdkFields
-
-
-
-
Method Detail
-
arn
Association.Builder arn(String arn)
The Amazon Braket resource arn.
- Parameters:
arn- The Amazon Braket resource arn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Association.Builder type(String type)
The association type for the specified Amazon Braket resource arn.
- Parameters:
type- The association type for the specified Amazon Braket resource arn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssociationType,AssociationType
-
type
Association.Builder type(AssociationType type)
The association type for the specified Amazon Braket resource arn.
- Parameters:
type- The association type for the specified Amazon Braket resource arn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssociationType,AssociationType
-
-