Interface Network.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Network.Builder,,Network> SdkBuilder<Network.Builder,,Network> SdkPojo
- Enclosing class:
Network
-
Method Summary
Modifier and TypeMethodDescriptionaccessLevel(String accessLevel) The access level of the network (STANDARD or PREMIUM), which determines available features and capabilities.accessLevel(AccessLevel accessLevel) The access level of the network (STANDARD or PREMIUM), which determines available features and capabilities.awsAccountId(String awsAccountId) The Amazon Web Services account ID that owns the network.encryptionKeyArn(String encryptionKeyArn) The ARN of the Amazon Web Services KMS customer managed key used for encrypting sensitive data in the network.freeTrialExpiration(String freeTrialExpiration) The expiration date and time for the network's free trial period, if applicable.migrationState(Integer migrationState) The SSO redirect URI migration state, managed by the SSO redirect migration wizard.networkArn(String networkArn) The Amazon Resource Name (ARN) of the network.The unique identifier of the network.networkName(String networkName) The name of the network.The current standing or status of the network.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
-
networkId
The unique identifier of the network.
- Parameters:
networkId- The unique identifier of the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkName
The name of the network.
- Parameters:
networkName- The name of the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessLevel
The access level of the network (STANDARD or PREMIUM), which determines available features and capabilities.
- Parameters:
accessLevel- The access level of the network (STANDARD or PREMIUM), which determines available features and capabilities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accessLevel
The access level of the network (STANDARD or PREMIUM), which determines available features and capabilities.
- Parameters:
accessLevel- The access level of the network (STANDARD or PREMIUM), which determines available features and capabilities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
awsAccountId
The Amazon Web Services account ID that owns the network.
- Parameters:
awsAccountId- The Amazon Web Services account ID that owns the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkArn
The Amazon Resource Name (ARN) of the network.
- Parameters:
networkArn- The Amazon Resource Name (ARN) of the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standing
The current standing or status of the network.
- Parameters:
standing- The current standing or status of the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
freeTrialExpiration
The expiration date and time for the network's free trial period, if applicable.
- Parameters:
freeTrialExpiration- The expiration date and time for the network's free trial period, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
migrationState
The SSO redirect URI migration state, managed by the SSO redirect migration wizard. Values: 0 (not started), 1 (in progress), or 2 (completed).
- Parameters:
migrationState- The SSO redirect URI migration state, managed by the SSO redirect migration wizard. Values: 0 (not started), 1 (in progress), or 2 (completed).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionKeyArn
The ARN of the Amazon Web Services KMS customer managed key used for encrypting sensitive data in the network.
- Parameters:
encryptionKeyArn- The ARN of the Amazon Web Services KMS customer managed key used for encrypting sensitive data in the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-