Interface Network.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Network.Builder,Network>, SdkBuilder<Network.Builder,Network>, SdkPojo
Enclosing class:
Network

@Mutable @NotThreadSafe public static interface Network.Builder extends SdkPojo, CopyableBuilder<Network.Builder,Network>
  • Method Details

    • networkId

      Network.Builder networkId(String 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

      Network.Builder networkName(String 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

      Network.Builder accessLevel(String 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

      Network.Builder accessLevel(AccessLevel 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

      Network.Builder awsAccountId(String 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

      Network.Builder networkArn(String 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

      Network.Builder standing(Integer 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

      Network.Builder freeTrialExpiration(String 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

      Network.Builder migrationState(Integer 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

      Network.Builder encryptionKeyArn(String 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.