Interface GetInstanceTpmEkPubRequest.Builder

  • Method Details

    • instanceId

      The ID of the instance for which to get the public endorsement key.

      Parameters:
      instanceId - The ID of the instance for which to get the public endorsement key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keyType

      The required public endorsement key type.

      Parameters:
      keyType - The required public endorsement key type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • keyType

      The required public endorsement key type.

      Parameters:
      keyType - The required public endorsement key type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • keyFormat

      The required public endorsement key format. Specify der for a DER-encoded public key that is compatible with OpenSSL. Specify tpmt for a TPM 2.0 format that is compatible with tpm2-tools. The returned key is base64 encoded.

      Parameters:
      keyFormat - The required public endorsement key format. Specify der for a DER-encoded public key that is compatible with OpenSSL. Specify tpmt for a TPM 2.0 format that is compatible with tpm2-tools. The returned key is base64 encoded.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • keyFormat

      The required public endorsement key format. Specify der for a DER-encoded public key that is compatible with OpenSSL. Specify tpmt for a TPM 2.0 format that is compatible with tpm2-tools. The returned key is base64 encoded.

      Parameters:
      keyFormat - The required public endorsement key format. Specify der for a DER-encoded public key that is compatible with OpenSSL. Specify tpmt for a TPM 2.0 format that is compatible with tpm2-tools. The returned key is base64 encoded.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dryRun

      Specify this parameter to verify whether the request will succeed, without actually making the request. If the request will succeed, the response is DryRunOperation. Otherwise, the response is UnauthorizedOperation.

      Parameters:
      dryRun - Specify this parameter to verify whether the request will succeed, without actually making the request. If the request will succeed, the response is DryRunOperation. Otherwise, the response is UnauthorizedOperation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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