Interface UpdateSiteRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSiteRequest.Builder,UpdateSiteRequest>,OutpostsRequest.Builder,SdkBuilder<UpdateSiteRequest.Builder,UpdateSiteRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSiteRequest
public static interface UpdateSiteRequest.Builder extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<UpdateSiteRequest.Builder,UpdateSiteRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSiteRequest.Builderdescription(String description)Sets the value of the Description property for this object.UpdateSiteRequest.Buildername(String name)Sets the value of the Name property for this object.UpdateSiteRequest.Buildernotes(String notes)Notes about a site.UpdateSiteRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSiteRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSiteRequest.BuildersiteId(String siteId)The ID or the Amazon Resource Name (ARN) of the site.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
siteId
UpdateSiteRequest.Builder siteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
- Parameters:
siteId- The ID or the Amazon Resource Name (ARN) of the site.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateSiteRequest.Builder name(String name)
Sets the value of the Name property for this object.- Parameters:
name- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateSiteRequest.Builder description(String description)
Sets the value of the Description property for this object.- Parameters:
description- The new value for the Description property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notes
UpdateSiteRequest.Builder notes(String notes)
Notes about a site.
- Parameters:
notes- Notes about a site.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateSiteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSiteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-