Interface DescribeAppInstanceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeSdkIdentityResponse.Builder,CopyableBuilder<DescribeAppInstanceResponse.Builder,DescribeAppInstanceResponse>,SdkBuilder<DescribeAppInstanceResponse.Builder,DescribeAppInstanceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeAppInstanceResponse
public static interface DescribeAppInstanceResponse.Builder extends ChimeSdkIdentityResponse.Builder, SdkPojo, CopyableBuilder<DescribeAppInstanceResponse.Builder,DescribeAppInstanceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeAppInstanceResponse.BuilderappInstance(Consumer<AppInstance.Builder> appInstance)The ARN, metadata, created and last-updated timestamps, and the name of theAppInstance.DescribeAppInstanceResponse.BuilderappInstance(AppInstance appInstance)The ARN, metadata, created and last-updated timestamps, and the name of theAppInstance.-
Methods inherited from interface software.amazon.awssdk.services.chimesdkidentity.model.ChimeSdkIdentityResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
appInstance
DescribeAppInstanceResponse.Builder appInstance(AppInstance appInstance)
The ARN, metadata, created and last-updated timestamps, and the name of the
AppInstance. All timestamps use epoch milliseconds.- Parameters:
appInstance- The ARN, metadata, created and last-updated timestamps, and the name of theAppInstance. All timestamps use epoch milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appInstance
default DescribeAppInstanceResponse.Builder appInstance(Consumer<AppInstance.Builder> appInstance)
The ARN, metadata, created and last-updated timestamps, and the name of the
This is a convenience method that creates an instance of theAppInstance. All timestamps use epoch milliseconds.AppInstance.Builderavoiding the need to create one manually viaAppInstance.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toappInstance(AppInstance).- Parameters:
appInstance- a consumer that will call methods onAppInstance.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
appInstance(AppInstance)
-
-