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.BuilderdryRun(Boolean dryRun)Specify this parameter to verify whether the request will succeed, without actually making the request.GetInstanceTpmEkPubRequest.BuilderinstanceId(String instanceId)The ID of the instance for which to get the public endorsement key.GetInstanceTpmEkPubRequest.BuilderkeyFormat(String keyFormat)The required public endorsement key format.GetInstanceTpmEkPubRequest.BuilderkeyFormat(EkPubKeyFormat keyFormat)The required public endorsement key format.GetInstanceTpmEkPubRequest.BuilderkeyType(String keyType)The required public endorsement key type.GetInstanceTpmEkPubRequest.BuilderkeyType(EkPubKeyType keyType)The required public endorsement key type.GetInstanceTpmEkPubRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetInstanceTpmEkPubRequest.BuilderoverrideConfiguration(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, sdkFieldNameToField, 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
derfor a DER-encoded public key that is compatible with OpenSSL. Specifytpmtfor 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. Specifyderfor a DER-encoded public key that is compatible with OpenSSL. Specifytpmtfor 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
derfor a DER-encoded public key that is compatible with OpenSSL. Specifytpmtfor 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. Specifyderfor a DER-encoded public key that is compatible with OpenSSL. Specifytpmtfor 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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetInstanceTpmEkPubRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-