public static interface RemoveLayerVersionPermissionRequest.Builder extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<RemoveLayerVersionPermissionRequest.Builder,RemoveLayerVersionPermissionRequest>
Modifier and Type | Method and Description |
---|---|
RemoveLayerVersionPermissionRequest.Builder |
layerName(String layerName)
The name of the layer.
|
RemoveLayerVersionPermissionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
RemoveLayerVersionPermissionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
RemoveLayerVersionPermissionRequest.Builder |
revisionId(String revisionId)
Only update the policy if the revision ID matches the ID specified.
|
RemoveLayerVersionPermissionRequest.Builder |
statementId(String statementId)
The identifier that was specified when the statement was added.
|
RemoveLayerVersionPermissionRequest.Builder |
versionNumber(Long versionNumber)
The version number.
|
build
overrideConfiguration
copy
applyMutation, build
RemoveLayerVersionPermissionRequest.Builder layerName(String layerName)
The name of the layer.
layerName
- The name of the layer.RemoveLayerVersionPermissionRequest.Builder versionNumber(Long versionNumber)
The version number.
versionNumber
- The version number.RemoveLayerVersionPermissionRequest.Builder statementId(String statementId)
The identifier that was specified when the statement was added.
statementId
- The identifier that was specified when the statement was added.RemoveLayerVersionPermissionRequest.Builder revisionId(String 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.
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.RemoveLayerVersionPermissionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.RemoveLayerVersionPermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.