public static interface ImportPlaybackKeyPairRequest.Builder extends IvsRequest.Builder, SdkPojo, CopyableBuilder<ImportPlaybackKeyPairRequest.Builder,ImportPlaybackKeyPairRequest>
| Modifier and Type | Method and Description |
|---|---|
ImportPlaybackKeyPairRequest.Builder |
name(String name)
Playback-key-pair name.
|
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 name(String name)
Playback-key-pair name. The value does not need to be unique.
name - Playback-key-pair name. The value does not need to be unique.ImportPlaybackKeyPairRequest.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 tags(Map<String,String> tags)
Any tags provided with the request are added to the playback key pair tags. See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
tags - Any tags provided with the request are added to the playback key pair tags. See Tagging Amazon Web Services
Resources for more information, including restrictions that apply to tags and
"Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
documented there.ImportPlaybackKeyPairRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderImportPlaybackKeyPairRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.