Interface CreateAppInstanceAdminResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeSdkIdentityResponse.Builder,CopyableBuilder<CreateAppInstanceAdminResponse.Builder,CreateAppInstanceAdminResponse>,SdkBuilder<CreateAppInstanceAdminResponse.Builder,CreateAppInstanceAdminResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateAppInstanceAdminResponse
public static interface CreateAppInstanceAdminResponse.Builder extends ChimeSdkIdentityResponse.Builder, SdkPojo, CopyableBuilder<CreateAppInstanceAdminResponse.Builder,CreateAppInstanceAdminResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateAppInstanceAdminResponse.BuilderappInstanceAdmin(Consumer<Identity.Builder> appInstanceAdmin)The ARN and name of the administrator, the ARN of theAppInstance, and the created and last-updated timestamps.CreateAppInstanceAdminResponse.BuilderappInstanceAdmin(Identity appInstanceAdmin)The ARN and name of the administrator, the ARN of theAppInstance, and the created and last-updated timestamps.CreateAppInstanceAdminResponse.BuilderappInstanceArn(String appInstanceArn)The ARN of the of the admin for 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
appInstanceAdmin
CreateAppInstanceAdminResponse.Builder appInstanceAdmin(Identity appInstanceAdmin)
The ARN and name of the administrator, the ARN of the
AppInstance, and the created and last-updated timestamps. All timestamps use epoch milliseconds.- Parameters:
appInstanceAdmin- The ARN and name of the administrator, the ARN of theAppInstance, and the 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.
-
appInstanceAdmin
default CreateAppInstanceAdminResponse.Builder appInstanceAdmin(Consumer<Identity.Builder> appInstanceAdmin)
The ARN and name of the administrator, the ARN of the
This is a convenience method that creates an instance of theAppInstance, and the created and last-updated timestamps. All timestamps use epoch milliseconds.Identity.Builderavoiding the need to create one manually viaIdentity.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toappInstanceAdmin(Identity).- Parameters:
appInstanceAdmin- a consumer that will call methods onIdentity.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
appInstanceAdmin(Identity)
-
appInstanceArn
CreateAppInstanceAdminResponse.Builder appInstanceArn(String appInstanceArn)
The ARN of the of the admin for the
AppInstance.- Parameters:
appInstanceArn- The ARN of the of the admin for theAppInstance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-