Interface GetNetworkResponse.Builder

  • Method Details

    • networkId

      GetNetworkResponse.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

      GetNetworkResponse.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

      GetNetworkResponse.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

      GetNetworkResponse.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

      GetNetworkResponse.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

      GetNetworkResponse.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

      GetNetworkResponse.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

      GetNetworkResponse.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

      GetNetworkResponse.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

      GetNetworkResponse.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.