public class AWSPlatformSpecFluentImpl<A extends AWSPlatformSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AWSPlatformSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
AWSPlatformSpecFluentImpl.ServiceEndpointsNestedImpl<N> |
AWSPlatformSpecFluent.ServiceEndpointsNested<N>| Constructor and Description |
|---|
AWSPlatformSpecFluentImpl() |
AWSPlatformSpecFluentImpl(AWSPlatformSpec instance) |
public AWSPlatformSpecFluentImpl()
public AWSPlatformSpecFluentImpl(AWSPlatformSpec instance)
public A addToServiceEndpoints(int index, AWSServiceEndpoint item)
addToServiceEndpoints in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public A setToServiceEndpoints(int index, AWSServiceEndpoint item)
setToServiceEndpoints in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public A addToServiceEndpoints(AWSServiceEndpoint... items)
addToServiceEndpoints in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public A addAllToServiceEndpoints(Collection<AWSServiceEndpoint> items)
addAllToServiceEndpoints in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public A removeFromServiceEndpoints(AWSServiceEndpoint... items)
removeFromServiceEndpoints in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public A removeAllFromServiceEndpoints(Collection<AWSServiceEndpoint> items)
removeAllFromServiceEndpoints in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public A removeMatchingFromServiceEndpoints(Predicate<AWSServiceEndpointBuilder> predicate)
removeMatchingFromServiceEndpoints in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>@Deprecated public List<AWSServiceEndpoint> getServiceEndpoints()
getServiceEndpoints in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public List<AWSServiceEndpoint> buildServiceEndpoints()
buildServiceEndpoints in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public AWSServiceEndpoint buildServiceEndpoint(int index)
buildServiceEndpoint in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public AWSServiceEndpoint buildFirstServiceEndpoint()
buildFirstServiceEndpoint in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public AWSServiceEndpoint buildLastServiceEndpoint()
buildLastServiceEndpoint in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public AWSServiceEndpoint buildMatchingServiceEndpoint(Predicate<AWSServiceEndpointBuilder> predicate)
buildMatchingServiceEndpoint in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public Boolean hasMatchingServiceEndpoint(Predicate<AWSServiceEndpointBuilder> predicate)
hasMatchingServiceEndpoint in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public A withServiceEndpoints(List<AWSServiceEndpoint> serviceEndpoints)
withServiceEndpoints in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public A withServiceEndpoints(AWSServiceEndpoint... serviceEndpoints)
withServiceEndpoints in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public Boolean hasServiceEndpoints()
hasServiceEndpoints in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public A addNewServiceEndpoint(String name, String url)
addNewServiceEndpoint in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public AWSPlatformSpecFluent.ServiceEndpointsNested<A> addNewServiceEndpoint()
addNewServiceEndpoint in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public AWSPlatformSpecFluent.ServiceEndpointsNested<A> addNewServiceEndpointLike(AWSServiceEndpoint item)
addNewServiceEndpointLike in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public AWSPlatformSpecFluent.ServiceEndpointsNested<A> setNewServiceEndpointLike(int index, AWSServiceEndpoint item)
setNewServiceEndpointLike in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public AWSPlatformSpecFluent.ServiceEndpointsNested<A> editServiceEndpoint(int index)
editServiceEndpoint in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public AWSPlatformSpecFluent.ServiceEndpointsNested<A> editFirstServiceEndpoint()
editFirstServiceEndpoint in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public AWSPlatformSpecFluent.ServiceEndpointsNested<A> editLastServiceEndpoint()
editLastServiceEndpoint in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>public AWSPlatformSpecFluent.ServiceEndpointsNested<A> editMatchingServiceEndpoint(Predicate<AWSServiceEndpointBuilder> predicate)
editMatchingServiceEndpoint in interface AWSPlatformSpecFluent<A extends AWSPlatformSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.