Interface UpdateNetworkRequest.Builder

  • Method Details

    • networkId

      UpdateNetworkRequest.Builder networkId(String networkId)

      The ID of the Wickr network to update.

      Parameters:
      networkId - The ID of the Wickr network to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkName

      UpdateNetworkRequest.Builder networkName(String networkName)

      The new name for the network. Must be between 1 and 20 characters.

      Parameters:
      networkName - The new name for the network. Must be between 1 and 20 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      UpdateNetworkRequest.Builder clientToken(String clientToken)

      A unique identifier for this request to ensure idempotency.

      Parameters:
      clientToken - A unique identifier for this request to ensure idempotency.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • encryptionKeyArn

      UpdateNetworkRequest.Builder encryptionKeyArn(String encryptionKeyArn)

      The ARN of the Amazon Web Services KMS customer managed key to use for encrypting sensitive data in the network.

      Parameters:
      encryptionKeyArn - The ARN of the Amazon Web Services KMS customer managed key to use for encrypting sensitive data in the network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateNetworkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.