| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder |
EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation,
management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and
pre-configured with software and settings to meet specific IT standards.
|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
default PutComponentPolicyResponse |
ImagebuilderClient.putComponentPolicy(Consumer<PutComponentPolicyRequest.Builder> putComponentPolicyRequest)
Applies a policy to a component.
|
default CompletableFuture<PutComponentPolicyResponse> |
ImagebuilderAsyncClient.putComponentPolicy(Consumer<PutComponentPolicyRequest.Builder> putComponentPolicyRequest)
Applies a policy to a component.
|
| Modifier and Type | Method and Description |
|---|---|
static PutComponentPolicyRequest.Builder |
PutComponentPolicyRequest.builder() |
PutComponentPolicyRequest.Builder |
PutComponentPolicyRequest.Builder.componentArn(String componentArn)
The Amazon Resource Name (ARN) of the component that this policy should be applied to.
|
PutComponentPolicyRequest.Builder |
PutComponentPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutComponentPolicyRequest.Builder |
PutComponentPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutComponentPolicyRequest.Builder |
PutComponentPolicyRequest.Builder.policy(String policy)
The policy to apply.
|
PutComponentPolicyRequest.Builder |
PutComponentPolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutComponentPolicyRequest.Builder> |
PutComponentPolicyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.