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 Amazon Web Services Security Token Service (STS) access configuration.ipv4Addresses(String... ipv4Addresses) The IPv4 addresses allowed for Amazon Web Services Security Token Service (STS) access.ipv4Addresses(Collection<String> ipv4Addresses) The IPv4 addresses allowed for Amazon Web Services Security Token Service (STS) access.The current status of the Amazon Web Services Security Token Service (STS) access configuration.status(ManagedResourceStatus status) The current status of the Amazon Web Services Security Token Service (STS) access configuration.stsPolicyDocument(String stsPolicyDocument) The Amazon Web Services Security Token Service (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 Amazon Web Services Security Token Service (STS) access configuration.
- Parameters:
status- The current status of the Amazon Web Services Security Token Service (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 Amazon Web Services Security Token Service (STS) access configuration.
- Parameters:
status- The current status of the Amazon Web Services Security Token Service (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 Amazon Web Services Security Token Service (STS) access.
- Parameters:
ipv4Addresses- The IPv4 addresses allowed for Amazon Web Services Security Token Service (STS) access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv4Addresses
The IPv4 addresses allowed for Amazon Web Services Security Token Service (STS) access.
- Parameters:
ipv4Addresses- The IPv4 addresses allowed for Amazon Web Services Security Token Service (STS) access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
The domain name for Amazon Web Services Security Token Service (STS) access configuration.
- Parameters:
domainName- The domain name for Amazon Web Services Security Token Service (STS) access configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stsPolicyDocument
The Amazon Web Services Security Token Service (STS) policy document that defines permissions for token service usage.
- Parameters:
stsPolicyDocument- The Amazon Web Services Security Token Service (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.
-