Interface DescribeAppInstanceUserEndpointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeSdkIdentityResponse.Builder,CopyableBuilder<DescribeAppInstanceUserEndpointResponse.Builder,DescribeAppInstanceUserEndpointResponse>,SdkBuilder<DescribeAppInstanceUserEndpointResponse.Builder,DescribeAppInstanceUserEndpointResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeAppInstanceUserEndpointResponse
public static interface DescribeAppInstanceUserEndpointResponse.Builder extends ChimeSdkIdentityResponse.Builder, SdkPojo, CopyableBuilder<DescribeAppInstanceUserEndpointResponse.Builder,DescribeAppInstanceUserEndpointResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeAppInstanceUserEndpointResponse.BuilderappInstanceUserEndpoint(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.DescribeAppInstanceUserEndpointResponse.BuilderappInstanceUserEndpoint(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.Builderavoiding the need to create one manually viaAppInstanceUserEndpoint.builder().When the
Consumercompletes,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:
appInstanceUserEndpoint(AppInstanceUserEndpoint)
-
-