Interface StsAccess.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StsAccess.Builder,,StsAccess> SdkBuilder<StsAccess.Builder,,StsAccess> SdkPojo
- Enclosing class:
StsAccess
@Mutable
@NotThreadSafe
public static interface StsAccess.Builder
extends SdkPojo, CopyableBuilder<StsAccess.Builder,StsAccess>
-
Method Summary
Modifier and TypeMethodDescriptiondomainName(String domainName) The domain name for STS access configuration.ipv4Addresses(String... ipv4Addresses) The IPv4 addresses allowed for STS access.ipv4Addresses(Collection<String> ipv4Addresses) The IPv4 addresses allowed for STS access.The current status of the STS access configuration.status(ManagedResourceStatus status) The current status of the STS access configuration.stsPolicyDocument(String stsPolicyDocument) The STS policy document that defines permissions for token service usage.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
status
The current status of the STS access configuration.
- Parameters:
status- The current status of the STS access configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the STS access configuration.
- Parameters:
status- The current status of the STS access configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipv4Addresses
The IPv4 addresses allowed for STS access.
- Parameters:
ipv4Addresses- The IPv4 addresses allowed for STS access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv4Addresses
The IPv4 addresses allowed for STS access.
- Parameters:
ipv4Addresses- The IPv4 addresses allowed for STS access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
The domain name for STS access configuration.
- Parameters:
domainName- The domain name for STS access configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stsPolicyDocument
The STS policy document that defines permissions for token service usage.
- Parameters:
stsPolicyDocument- The STS policy document that defines permissions for token service usage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-