ToCopyableBuilder<SourceRegion.Builder,SourceRegion>
@Generated("software.amazon.awssdk:codegen") public class SourceRegion extends Object implements ToCopyableBuilder<SourceRegion.Builder,SourceRegion>
Contains an AWS Region name as the result of a successful call to the DescribeSourceRegions action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SourceRegion.Builder |
Modifier and Type | Method | Description |
---|---|---|
static SourceRegion.Builder |
builder() |
|
String |
endpoint() |
The source region endpoint.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
regionName() |
The source region name.
|
static Class<? extends SourceRegion.Builder> |
serializableBuilderClass() |
|
String |
status() |
The status of the source region.
|
SourceRegion.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String regionName()
The source region name.
public String endpoint()
The source region endpoint.
public String status()
The status of the source region.
public SourceRegion.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SourceRegion.Builder,SourceRegion>
public static SourceRegion.Builder builder()
public static Class<? extends SourceRegion.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.