Interface UnarchiveApplicationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UnarchiveApplicationResponse.Builder,UnarchiveApplicationResponse>,MgnResponse.Builder,SdkBuilder<UnarchiveApplicationResponse.Builder,UnarchiveApplicationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UnarchiveApplicationResponse
public static interface UnarchiveApplicationResponse.Builder extends MgnResponse.Builder, SdkPojo, CopyableBuilder<UnarchiveApplicationResponse.Builder,UnarchiveApplicationResponse>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mgn.model.MgnResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
applicationAggregatedStatus
UnarchiveApplicationResponse.Builder applicationAggregatedStatus(ApplicationAggregatedStatus applicationAggregatedStatus)
Application aggregated status.
- Parameters:
applicationAggregatedStatus- Application aggregated status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationAggregatedStatus
default UnarchiveApplicationResponse.Builder applicationAggregatedStatus(Consumer<ApplicationAggregatedStatus.Builder> applicationAggregatedStatus)
Application aggregated status.
This is a convenience method that creates an instance of theApplicationAggregatedStatus.Builderavoiding the need to create one manually viaApplicationAggregatedStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toapplicationAggregatedStatus(ApplicationAggregatedStatus).- Parameters:
applicationAggregatedStatus- a consumer that will call methods onApplicationAggregatedStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
applicationAggregatedStatus(ApplicationAggregatedStatus)
-
applicationID
UnarchiveApplicationResponse.Builder applicationID(String applicationID)
Application ID.
- Parameters:
applicationID- Application ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
UnarchiveApplicationResponse.Builder arn(String arn)
Application ARN.
- Parameters:
arn- Application ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDateTime
UnarchiveApplicationResponse.Builder creationDateTime(String creationDateTime)
Application creation dateTime.
- Parameters:
creationDateTime- Application creation dateTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UnarchiveApplicationResponse.Builder description(String description)
Application description.
- Parameters:
description- Application description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isArchived
UnarchiveApplicationResponse.Builder isArchived(Boolean isArchived)
Application archival status.
- Parameters:
isArchived- Application archival status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDateTime
UnarchiveApplicationResponse.Builder lastModifiedDateTime(String lastModifiedDateTime)
Application last modified dateTime.
- Parameters:
lastModifiedDateTime- Application last modified dateTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UnarchiveApplicationResponse.Builder name(String name)
Application name.
- Parameters:
name- Application name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
UnarchiveApplicationResponse.Builder tags(Map<String,String> tags)
Application tags.
- Parameters:
tags- Application tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
waveID
UnarchiveApplicationResponse.Builder waveID(String waveID)
Application wave ID.
- Parameters:
waveID- Application wave ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-