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 or Amazon Resource Name (ARN) of the layer. | 
| RemoveLayerVersionPermissionRequest.Builder | overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) | 
| RemoveLayerVersionPermissionRequest.Builder | overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) | 
| 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. | 
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveLayerVersionPermissionRequest.Builder layerName(String layerName)
The name or Amazon Resource Name (ARN) of the layer.
layerName - The name or Amazon Resource Name (ARN) 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)
overrideConfiguration in interface AwsRequest.BuilderRemoveLayerVersionPermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.