Interface AssociateApplicationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateApplicationsResponse.Builder,,AssociateApplicationsResponse> GameLiftStreamsResponse.Builder,SdkBuilder<AssociateApplicationsResponse.Builder,,AssociateApplicationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
AssociateApplicationsResponse
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArns(String... applicationArns) A set of applications that are associated to the stream group.applicationArns(Collection<String> applicationArns) A set of applications that are associated to the stream group.A stream group that is associated to the applications.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
-
arn
A stream group that is associated to the applications.
This value is an Amazon Resource Name (ARN) that uniquely identifies the stream group resource. Example ARN:
arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4.- Parameters:
arn- A stream group that is associated to the applications.This value is an Amazon Resource Name (ARN) that uniquely identifies the stream group resource. Example ARN:
arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationArns
A set of applications that are associated to the stream group.
This value is a set of Amazon Resource Names (ARNs) that uniquely identify application resources. Example ARN:
arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6.- Parameters:
applicationArns- A set of applications that are associated to the stream group.This value is a set of Amazon Resource Names (ARNs) that uniquely identify application resources. Example ARN:
arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationArns
A set of applications that are associated to the stream group.
This value is a set of Amazon Resource Names (ARNs) that uniquely identify application resources. Example ARN:
arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6.- Parameters:
applicationArns- A set of applications that are associated to the stream group.This value is a set of Amazon Resource Names (ARNs) that uniquely identify application resources. Example ARN:
arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-