public static interface UpdateMeshRequest.Builder extends AppMeshRequest.Builder, SdkPojo, CopyableBuilder<UpdateMeshRequest.Builder,UpdateMeshRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateMeshRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateMeshRequest.Builder |
meshName(String meshName)
The name of the service mesh to update.
|
UpdateMeshRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateMeshRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateMeshRequest.Builder |
spec(Consumer<MeshSpec.Builder> spec)
The service mesh specification to apply.
|
UpdateMeshRequest.Builder |
spec(MeshSpec spec)
The service mesh specification to apply.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateMeshRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36
letters, numbers, hyphens, and underscores are allowed.UpdateMeshRequest.Builder meshName(String meshName)
The name of the service mesh to update.
meshName - The name of the service mesh to update.UpdateMeshRequest.Builder spec(MeshSpec spec)
The service mesh specification to apply.
spec - The service mesh specification to apply.default UpdateMeshRequest.Builder spec(Consumer<MeshSpec.Builder> spec)
The service mesh specification to apply.
This is a convenience that creates an instance of theMeshSpec.Builder avoiding the need to create
one manually via MeshSpec.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to spec(MeshSpec).spec - a consumer that will call methods on MeshSpec.Builderspec(MeshSpec)UpdateMeshRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateMeshRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.