Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.PutComponentPolicyResponse.Builder
-
Packages that use PutComponentPolicyResponse.Builder Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of PutComponentPolicyResponse.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return PutComponentPolicyResponse.Builder Modifier and Type Method Description static PutComponentPolicyResponse.BuilderPutComponentPolicyResponse. builder()PutComponentPolicyResponse.BuilderPutComponentPolicyResponse.Builder. componentArn(String componentArn)The Amazon Resource Name (ARN) of the component that this policy was applied to.PutComponentPolicyResponse.BuilderPutComponentPolicyResponse.Builder. requestId(String requestIdValue)The request ID that uniquely identifies this request.PutComponentPolicyResponse.BuilderPutComponentPolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type PutComponentPolicyResponse.Builder Modifier and Type Method Description static Class<? extends PutComponentPolicyResponse.Builder>PutComponentPolicyResponse. serializableBuilderClass()
-