public static interface ImportPlaybackKeyPairRequest.Builder extends IvsRequest.Builder, SdkPojo, CopyableBuilder<ImportPlaybackKeyPairRequest.Builder,ImportPlaybackKeyPairRequest>
| Modifier and Type | Method and Description |
|---|---|
ImportPlaybackKeyPairRequest.Builder |
name(String name)
An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that
resource.
|
ImportPlaybackKeyPairRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportPlaybackKeyPairRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ImportPlaybackKeyPairRequest.Builder |
publicKeyMaterial(String publicKeyMaterial)
The public portion of a customer-generated key pair.
|
ImportPlaybackKeyPairRequest.Builder |
tags(Map<String,String> tags)
Any tags provided with the request are added to the playback key pair tags.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportPlaybackKeyPairRequest.Builder publicKeyMaterial(String publicKeyMaterial)
The public portion of a customer-generated key pair.
publicKeyMaterial - The public portion of a customer-generated key pair.ImportPlaybackKeyPairRequest.Builder name(String name)
An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource. The value does not need to be unique.
name - An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that
resource. The value does not need to be unique.ImportPlaybackKeyPairRequest.Builder tags(Map<String,String> tags)
Any tags provided with the request are added to the playback key pair tags.
tags - Any tags provided with the request are added to the playback key pair tags.ImportPlaybackKeyPairRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderImportPlaybackKeyPairRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.