Interface AwsLocation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsLocation.Builder,
,AwsLocation> SdkBuilder<AwsLocation.Builder,
,AwsLocation> SdkPojo
- Enclosing class:
AwsLocation
@Mutable
@NotThreadSafe
public static interface AwsLocation.Builder
extends SdkPojo, CopyableBuilder<AwsLocation.Builder,AwsLocation>
-
Method Summary
Modifier and TypeMethodDescriptionaccessRole
(String accessRole) The access role of a connection.awsAccountId
(String awsAccountId) The account ID of a connection.The Region of a connection.iamConnectionId
(String iamConnectionId) The IAM connection ID of a connection.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
-
accessRole
The access role of a connection.
- Parameters:
accessRole
- The access role of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountId
The account ID of a connection.
- Parameters:
awsAccountId
- The account ID of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsRegion
The Region of a connection.
- Parameters:
awsRegion
- The Region of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamConnectionId
The IAM connection ID of a connection.
- Parameters:
iamConnectionId
- The IAM connection ID of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-