Interface ImportKeyMaterialResponse.Builder

    • Method Detail

      • keyId

        ImportKeyMaterialResponse.Builder keyId​(String keyId)

        The Amazon Resource Name (key ARN) of the KMS key into which key material was imported.

        Parameters:
        keyId - The Amazon Resource Name (key ARN) of the KMS key into which key material was imported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyMaterialId

        ImportKeyMaterialResponse.Builder keyMaterialId​(String keyMaterialId)

        Identifies the imported key material.

        Parameters:
        keyMaterialId - Identifies the imported key material.
        Returns:
        Returns a reference to this object so that method calls can be chained together.