public static interface Outpost.Builder extends SdkPojo, CopyableBuilder<Outpost.Builder,Outpost>
| Modifier and Type | Method and Description |
|---|---|
Outpost.Builder |
availabilityZone(String availabilityZone)
Sets the value of the AvailabilityZone property for this object.
|
Outpost.Builder |
availabilityZoneId(String availabilityZoneId)
Sets the value of the AvailabilityZoneId property for this object.
|
Outpost.Builder |
description(String description)
Sets the value of the Description property for this object.
|
Outpost.Builder |
lifeCycleStatus(String lifeCycleStatus)
Sets the value of the LifeCycleStatus property for this object.
|
Outpost.Builder |
name(String name)
Sets the value of the Name property for this object.
|
Outpost.Builder |
outpostArn(String outpostArn)
Sets the value of the OutpostArn property for this object.
|
Outpost.Builder |
outpostId(String outpostId)
The ID of the Outpost.
|
Outpost.Builder |
ownerId(String ownerId)
Sets the value of the OwnerId property for this object.
|
Outpost.Builder |
siteArn(String siteArn)
Sets the value of the SiteArn property for this object.
|
Outpost.Builder |
siteId(String siteId)
Sets the value of the SiteId property for this object.
|
Outpost.Builder |
tags(Map<String,String> tags)
The Outpost tags.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutpost.Builder outpostId(String outpostId)
The ID of the Outpost.
outpostId - The ID of the Outpost.Outpost.Builder ownerId(String ownerId)
ownerId - The new value for the OwnerId property for this object.Outpost.Builder outpostArn(String outpostArn)
outpostArn - The new value for the OutpostArn property for this object.Outpost.Builder siteId(String siteId)
siteId - The new value for the SiteId property for this object.Outpost.Builder name(String name)
name - The new value for the Name property for this object.Outpost.Builder description(String description)
description - The new value for the Description property for this object.Outpost.Builder lifeCycleStatus(String lifeCycleStatus)
lifeCycleStatus - The new value for the LifeCycleStatus property for this object.Outpost.Builder availabilityZone(String availabilityZone)
availabilityZone - The new value for the AvailabilityZone property for this object.Outpost.Builder availabilityZoneId(String availabilityZoneId)
availabilityZoneId - The new value for the AvailabilityZoneId property for this object.Outpost.Builder tags(Map<String,String> tags)
The Outpost tags.
tags - The Outpost tags.Outpost.Builder siteArn(String siteArn)
siteArn - The new value for the SiteArn property for this object.Copyright © 2021. All rights reserved.