Interface PutImageRecipePolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutImageRecipePolicyRequest.Builder,PutImageRecipePolicyRequest>,ImagebuilderRequest.Builder,SdkBuilder<PutImageRecipePolicyRequest.Builder,PutImageRecipePolicyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutImageRecipePolicyRequest
public static interface PutImageRecipePolicyRequest.Builder extends ImagebuilderRequest.Builder, SdkPojo, CopyableBuilder<PutImageRecipePolicyRequest.Builder,PutImageRecipePolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutImageRecipePolicyRequest.BuilderimageRecipeArn(String imageRecipeArn)The Amazon Resource Name (ARN) of the image recipe that this policy should be applied to.PutImageRecipePolicyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutImageRecipePolicyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutImageRecipePolicyRequest.Builderpolicy(String policy)The policy to apply.-
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.imagebuilder.model.ImagebuilderRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
imageRecipeArn
PutImageRecipePolicyRequest.Builder imageRecipeArn(String imageRecipeArn)
The Amazon Resource Name (ARN) of the image recipe that this policy should be applied to.
- Parameters:
imageRecipeArn- The Amazon Resource Name (ARN) of the image recipe that this policy should be applied to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policy
PutImageRecipePolicyRequest.Builder policy(String policy)
The policy to apply.
- Parameters:
policy- The policy to apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutImageRecipePolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutImageRecipePolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-