Interface DisassociateApplicationsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DisassociateApplicationsResponse.Builder,,DisassociateApplicationsResponse> GameLiftStreamsResponse.Builder,SdkBuilder<DisassociateApplicationsResponse.Builder,,DisassociateApplicationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DisassociateApplicationsResponse
- 
Method Summary
Modifier and TypeMethodDescriptionapplicationArns(String... applicationArns) A set of applications that are disassociated from this stream group.applicationArns(Collection<String> applicationArns) A set of applications that are disassociated from this stream group.An Amazon Resource Name (ARN) or ID that uniquely identifies the stream group resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.gameliftstreams.model.GameLiftStreamsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
applicationArns
A set of applications that are disassociated from this stream group.
This value is a set of either Amazon Resource Names (ARN) or IDs that uniquely identify application resources. Format example: ARN-
arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6or ID-a-9ZY8X7Wv6.- Parameters:
 applicationArns- A set of applications that are disassociated from this stream group.This value is a set of either Amazon Resource Names (ARN) or IDs that uniquely identify application resources. Format example: ARN-
arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6or ID-a-9ZY8X7Wv6.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
applicationArns
A set of applications that are disassociated from this stream group.
This value is a set of either Amazon Resource Names (ARN) or IDs that uniquely identify application resources. Format example: ARN-
arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6or ID-a-9ZY8X7Wv6.- Parameters:
 applicationArns- A set of applications that are disassociated from this stream group.This value is a set of either Amazon Resource Names (ARN) or IDs that uniquely identify application resources. Format example: ARN-
arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6or ID-a-9ZY8X7Wv6.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
arn
An Amazon Resource Name (ARN) or ID that uniquely identifies the stream group resource. Format example: ARN-
arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4or ID-sg-1AB2C3De4.- Parameters:
 arn- An Amazon Resource Name (ARN) or ID that uniquely identifies the stream group resource. Format example: ARN-arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4or ID-sg-1AB2C3De4.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -