Interface AwsLocation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsLocation.Builder,AwsLocation>,SdkBuilder<AwsLocation.Builder,AwsLocation>,SdkPojo
- Enclosing class:
- AwsLocation
public static interface AwsLocation.Builder extends SdkPojo, CopyableBuilder<AwsLocation.Builder,AwsLocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsLocation.BuilderaccessRole(String accessRole)The access role of a connection.AwsLocation.BuilderawsAccountId(String awsAccountId)The account ID of a connection.AwsLocation.BuilderawsRegion(String awsRegion)The Region of a connection.AwsLocation.BuilderiamConnectionId(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 Detail
-
accessRole
AwsLocation.Builder accessRole(String 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
AwsLocation.Builder awsAccountId(String 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
AwsLocation.Builder awsRegion(String 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
AwsLocation.Builder iamConnectionId(String 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.
-
-