public static interface UpdateSiteRequest.Builder extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<UpdateSiteRequest.Builder,UpdateSiteRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSiteRequest.Builder |
description(String description)
Sets the value of the Description property for this object.
|
UpdateSiteRequest.Builder |
name(String name)
Sets the value of the Name property for this object.
|
UpdateSiteRequest.Builder |
notes(String notes)
Notes about a site.
|
UpdateSiteRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSiteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSiteRequest.Builder |
siteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSiteRequest.Builder siteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
siteId - The ID or the Amazon Resource Name (ARN) of the site.UpdateSiteRequest.Builder name(String name)
name - The new value for the Name property for this object.UpdateSiteRequest.Builder description(String description)
description - The new value for the Description property for this object.UpdateSiteRequest.Builder notes(String notes)
Notes about a site.
notes - Notes about a site.UpdateSiteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSiteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.