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.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and
sites throughout the Outposts Query API. To address backwards compatibility, the parameter names
OutpostID or SiteID remain in use. Despite the parameter name, you can make the
request with an ARN.
siteId - The ID or the Amazon Resource Name (ARN) of the site.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts
and sites throughout the Outposts Query API. To address backwards compatibility, the parameter names
OutpostID or SiteID remain in use. Despite the parameter name, you can make
the request with an ARN.
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.