Interface RemoveLayerVersionPermissionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<RemoveLayerVersionPermissionRequest.Builder,
,RemoveLayerVersionPermissionRequest> LambdaRequest.Builder
,SdkBuilder<RemoveLayerVersionPermissionRequest.Builder,
,RemoveLayerVersionPermissionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
RemoveLayerVersionPermissionRequest
public static interface RemoveLayerVersionPermissionRequest.Builder
extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<RemoveLayerVersionPermissionRequest.Builder,RemoveLayerVersionPermissionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name or Amazon Resource Name (ARN) of the layer.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.revisionId
(String revisionId) Only update the policy if the revision ID matches the ID specified.statementId
(String statementId) The identifier that was specified when the statement was added.versionNumber
(Long versionNumber) The version number.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.lambda.model.LambdaRequest.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 Details
-
layerName
The name or Amazon Resource Name (ARN) of the layer.
- Parameters:
layerName
- The name or Amazon Resource Name (ARN) of the layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionNumber
The version number.
- Parameters:
versionNumber
- The version number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statementId
The identifier that was specified when the statement was added.
- Parameters:
statementId
- The identifier that was specified when the statement was added.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisionId
Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a policy that has changed since you last read it.
- Parameters:
revisionId
- Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a policy that has changed since you last read it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RemoveLayerVersionPermissionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
RemoveLayerVersionPermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-