Interface DescribeAppInstanceUserEndpointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ChimeSdkIdentityResponse.Builder
,CopyableBuilder<DescribeAppInstanceUserEndpointResponse.Builder,
,DescribeAppInstanceUserEndpointResponse> SdkBuilder<DescribeAppInstanceUserEndpointResponse.Builder,
,DescribeAppInstanceUserEndpointResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeAppInstanceUserEndpointResponse
@Mutable
@NotThreadSafe
public static interface DescribeAppInstanceUserEndpointResponse.Builder
extends ChimeSdkIdentityResponse.Builder, SdkPojo, CopyableBuilder<DescribeAppInstanceUserEndpointResponse.Builder,DescribeAppInstanceUserEndpointResponse>
-
Method Summary
Modifier and TypeMethodDescriptionappInstanceUserEndpoint
(Consumer<AppInstanceUserEndpoint.Builder> appInstanceUserEndpoint) The full details of anAppInstanceUserEndpoint
: theAppInstanceUserArn
, ID, name, type, resource ARN, attributes, allow messages, state, and created and last updated timestamps.appInstanceUserEndpoint
(AppInstanceUserEndpoint appInstanceUserEndpoint) The full details of anAppInstanceUserEndpoint
: theAppInstanceUserArn
, ID, name, type, resource ARN, attributes, allow messages, state, and created and last updated timestamps.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 Details
-
appInstanceUserEndpoint
DescribeAppInstanceUserEndpointResponse.Builder appInstanceUserEndpoint(AppInstanceUserEndpoint appInstanceUserEndpoint) The full details of an
AppInstanceUserEndpoint
: theAppInstanceUserArn
, ID, name, type, resource ARN, attributes, allow messages, state, and created and last updated timestamps. All timestamps use epoch milliseconds.- Parameters:
appInstanceUserEndpoint
- The full details of anAppInstanceUserEndpoint
: theAppInstanceUserArn
, ID, name, type, resource ARN, attributes, allow messages, state, and created and last updated timestamps. All timestamps use epoch milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appInstanceUserEndpoint
default DescribeAppInstanceUserEndpointResponse.Builder appInstanceUserEndpoint(Consumer<AppInstanceUserEndpoint.Builder> appInstanceUserEndpoint) The full details of an
This is a convenience method that creates an instance of theAppInstanceUserEndpoint
: theAppInstanceUserArn
, ID, name, type, resource ARN, attributes, allow messages, state, and created and last updated timestamps. All timestamps use epoch milliseconds.AppInstanceUserEndpoint.Builder
avoiding the need to create one manually viaAppInstanceUserEndpoint.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toappInstanceUserEndpoint(AppInstanceUserEndpoint)
.- Parameters:
appInstanceUserEndpoint
- a consumer that will call methods onAppInstanceUserEndpoint.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-