Interface GetInstanceTpmEkPubRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetInstanceTpmEkPubRequest.Builder,GetInstanceTpmEkPubRequest>
,Ec2Request.Builder
,SdkBuilder<GetInstanceTpmEkPubRequest.Builder,GetInstanceTpmEkPubRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- GetInstanceTpmEkPubRequest
public static interface GetInstanceTpmEkPubRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetInstanceTpmEkPubRequest.Builder,GetInstanceTpmEkPubRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetInstanceTpmEkPubRequest.Builder
dryRun(Boolean dryRun)
Specify this parameter to verify whether the request will succeed, without actually making the request.GetInstanceTpmEkPubRequest.Builder
instanceId(String instanceId)
The ID of the instance for which to get the public endorsement key.GetInstanceTpmEkPubRequest.Builder
keyFormat(String keyFormat)
The required public endorsement key format.GetInstanceTpmEkPubRequest.Builder
keyFormat(EkPubKeyFormat keyFormat)
The required public endorsement key format.GetInstanceTpmEkPubRequest.Builder
keyType(String keyType)
The required public endorsement key type.GetInstanceTpmEkPubRequest.Builder
keyType(EkPubKeyType keyType)
The required public endorsement key type.GetInstanceTpmEkPubRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetInstanceTpmEkPubRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
instanceId
GetInstanceTpmEkPubRequest.Builder instanceId(String 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
GetInstanceTpmEkPubRequest.Builder keyType(String 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:
EkPubKeyType
,EkPubKeyType
-
keyType
GetInstanceTpmEkPubRequest.Builder keyType(EkPubKeyType 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:
EkPubKeyType
,EkPubKeyType
-
keyFormat
GetInstanceTpmEkPubRequest.Builder keyFormat(String keyFormat)
The required public endorsement key format. Specify
der
for a DER-encoded public key that is compatible with OpenSSL. Specifytpmt
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. Specifyder
for a DER-encoded public key that is compatible with OpenSSL. Specifytpmt
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:
EkPubKeyFormat
,EkPubKeyFormat
-
keyFormat
GetInstanceTpmEkPubRequest.Builder keyFormat(EkPubKeyFormat keyFormat)
The required public endorsement key format. Specify
der
for a DER-encoded public key that is compatible with OpenSSL. Specifytpmt
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. Specifyder
for a DER-encoded public key that is compatible with OpenSSL. Specifytpmt
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:
EkPubKeyFormat
,EkPubKeyFormat
-
dryRun
GetInstanceTpmEkPubRequest.Builder dryRun(Boolean 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 isUnauthorizedOperation
.- Parameters:
dryRun
- Specify this parameter to verify whether the request will succeed, without actually making the request. If the request will succeed, the response isDryRunOperation
. Otherwise, the response isUnauthorizedOperation
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetInstanceTpmEkPubRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetInstanceTpmEkPubRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-