public static interface PutLaunchProfileMembersRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<PutLaunchProfileMembersRequest.Builder,PutLaunchProfileMembersRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutLaunchProfileMembersRequest.Builder clientToken(String clientToken)
To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
clientToken - To make an idempotent API request using one of these actions, specify a client token in the request.
You should not reuse the same client token for other API requests. If you retry a request that
completed successfully using the same client token and the same parameters, the retry succeeds without
performing any further actions. If you retry a successful request using the same client token, but one
or more of the parameters are different, the retry fails with a ValidationException error.PutLaunchProfileMembersRequest.Builder identityStoreId(String identityStoreId)
The ID of the identity store.
identityStoreId - The ID of the identity store.PutLaunchProfileMembersRequest.Builder launchProfileId(String launchProfileId)
The launch profile ID.
launchProfileId - The launch profile ID.PutLaunchProfileMembersRequest.Builder members(Collection<NewLaunchProfileMember> members)
A list of members.
members - A list of members.PutLaunchProfileMembersRequest.Builder members(NewLaunchProfileMember... members)
A list of members.
members - A list of members.PutLaunchProfileMembersRequest.Builder members(Consumer<NewLaunchProfileMember.Builder>... members)
A list of members.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #members(List) .members - a consumer that will call methods on List.Builder #members(List) PutLaunchProfileMembersRequest.Builder studioId(String studioId)
The studio ID.
studioId - The studio ID.PutLaunchProfileMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutLaunchProfileMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.